home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Haight-Ashbury in the Sixties
/
Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso
/
mac
/
MAIN
/
TUNEIN
/
TUNEIN01.DIR
/
00252_Script_252
< prev
next >
Wrap
Text File
|
1995-06-01
|
592b
|
23 lines
on mouseDown
set thisLine = the mouseLine
if thisLine = -1 then
exit
end if
if line thisLine of field "credits/allen" <> "[Click and hold here to view image]" then
exit
else
hilite line thisLine of field "credits/allen"
puppetSound "add a movie"
set the puppet of sprite 36 = true
set the visibility of sprite 36 = true
set the castnum of sprite 36 = the number of cast "credits/allen image"
updatestage
end if
end
on mouseUp
set the puppet of sprite 36 = false
set the visibility of sprite 36 = false
updatestage
end